
/* Css For Fuzze */

/************ TABLE OF CONTENTS ***************
	1. Fonts
	2. Reset
	3. Global
	4. Main Header/style-one/style-two
	5. Main Slider/style-one/style-two
	6. Intro Section
	7. Welcome Section
	9. Cta Section
	8. Research Fields
	10. Testimonial Section
	11. Researches Section
	12. Team Section
	14. Video
	15. Fact Counter
	16. News Section
	19. Clients Section
	20. Main Footer
	21. Footer Bottom
	22. Research Style Two
	23. Innovative Solution
	24. Discover Section
	25. Testimonial Section
	26. Chooseus Section
	27. News Style Two
	28. Page Title
	29. Research Page Section
	30. Research Details
	31. Professor Page Section
	32. Professor Details
	33. About Section
	34. Error Section
	35. Blog Page Section
	36. Blog Details
	37. Blog Sidebar
	38. Contact Section
	39. Google Map
	
	
**********************************************/



/*** 
	
	====================================================================
	Reset
	====================================================================
	
***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}


/*** 
	
	====================================================================
	Global Settings
	====================================================================
	
***/


body {
	font-size:15px;
	color:#696969;
	line-height:28px;
	font-weight:400;
	background:#fff;
	font-family: 'Roboto', sans-serif;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px;
		padding: 0px 15px;
	}
}

.large-container{
	max-width: 1450px;
	padding: 0px 15px;
	margin: 0 auto;
}

.container-fluid{
	padding: 0px;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.boxed_wrapper{
	position: relative;
	margin: 0 auto;
	overflow: hidden !important;
	width: 100%;
	min-width: 300px;
}


a{
	text-decoration:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

a:hover{
	text-decoration:none;
	outline:none;
}

input,button,select,textarea{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px; 
}

input{
	transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
	outline: none;
	box-shadow: none;
	transition: all 500ms ease;
}

p{
	position: relative;
	font-family: 'Roboto', sans-serif;
	color: #696969;
	font-weight: 400;
	margin: 0px;
	transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #070719;
	margin: 0px;
	transition: all 500ms ease;
}

/* Preloader */

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-blend-mode: multiply;
	width: 500px;
	height: 500px;
}




.centred{
	text-align: center;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}


figure{
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}

/** button **/

.theme-btn{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: transparent;
	text-align: center;
	padding: 15px 38px;
	text-transform: uppercase;
	z-index: 1;
	transition: all 500ms ease;
}

.theme-btn i{
	margin-left: 10px;
}

.theme-btn.style-one{
	font-size: 18px;
}

.theme-btn:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: translateY(0px) skew(-12deg);
	border-radius: 5px;
	z-index: -1;
	transition: all 500ms ease;
}

.theme-btn:hover:before{
	width: 100%;
}

.theme-btn:hover{
	color: #fff;
}

.theme-btn:after{
	position: absolute;
	content: '';
	background-color: #070719;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: translateY(0px) skew(-12deg);
	border-radius: 5px;
	z-index: -1;
	transition: all 500ms ease;
}

.theme-btn:hover:after{
	width: 100%
}


.pagination{
	position: relative;
	display: block;
}

.pagination li{
	display: inline-block;
	margin: 0px 12px;
}

.pagination li a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: #e6e6e8;
	text-align: center;
	color: #5b5858;
	border-radius: 50%;
	z-index: 1;
	transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
	color: #fff;
	background: #070719;
}

.pagination li a:before{
	position: absolute;
	content: '';
	border: 2px solid #ebebeb;
	border-radius: 50%;
	top: -10px;
	left: -10px;
	width: 80px;
	height: 80px;
}


.sec-pad{
	padding: 110px 0px 120px 0px !important;
}

.sec-pad-2{
	padding: 110px 0px !important;
}

.mr-0{
	margin: 0px !important;
}

.scroll-top{
	width: 55px;
	height: 55px;
	line-height: 64px;
	position: fixed;
	bottom: 105%;
	right: 30px;
	font-size: 40px;
	z-index: 99;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease;
}

.scroll-top.open {
	bottom: 50px;
}

.scroll-top span{
	color: #fff;
}

.sec-title{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.sec-title span.top-text{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	padding-left: 45px;
	margin-bottom: 21px;
	text-transform: uppercase;
}


.sec-title h2{
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	margin: 0px;
}

.sec-title h2 span{
	font-weight: 300;
}

.sec-title.light h2{
	color: #fff;
}

.sec-title.centred{
	text-align: center !important;
}

.sec-title.centred span.top-text{
	padding-right: 45px;
}



/*** 
	
	====================================================================
	Home-Page-One
	====================================================================
	
***/


/** main-header **/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header.style-one{
	position: relative;
	padding: 0px 70px;
	width: 100%;
}

.header-top{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 11px 50px;
}

.header-top ul li{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #070719;
	line-height: 26px;
}

.header-top ul li a{
	display: inline-block;
	color: #070719;
}

.header-top ul li a:hover{
	
}

.header-top ul.left-info li{
	padding-left: 40px;
	margin-right: 10px;
}

.header-top ul.left-info li:last-child{
	margin: 0px !important;
}

.header-top ul.left-info li:first-child{
	padding: 0px;
}

.header-top ul.left-info li i{
	position: absolute;
	display: inline-block;
	left: 0px;
	top: -4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.header-top ul.right-info li{
	margin-right: 35px;
	padding-left: 28px;
}

.header-top ul.right-info li:last-child{
	margin: 0px !important;
}

.header-top ul.right-info li i{
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 15px;
}

.main-header .outer-box{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-header .outer-box .logo-box{
	position: relative;
	padding: 5px 30px;
	max-width: 250px;
}

.main-header .outer-box .logo-box img{
	width: 100%;
}

.main-header .outer-box .btn-box{
	position: relative;
	top: 2px;
	display: flex;
}

.main-header .outer-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	color: #070719;
	padding: 10px 40px;
}

.main-header .outer-box .btn-box a:before{
	background: #fff;
}

.main-header .outer-box .btn-box a:hover{
	color: #fff;
}


/** search box btn **/

.main-header .search-box-outer {
	position: relative;
	display: inline-block;
	padding: 31px 0px;
	margin-left: 20px;
}

.main-header .search-box-btn{
	position: relative;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	background: transparent;
	transition: all 500ms ease;
}

.main-header .search-box-btn:hover{
	
}

.main-header .search-box-outer .dropdown-menu {
	top: 55px !important;
	padding: 0px;
	width: 330px;
	border-radius: 0px;
	background: #ffffff;
	right: 0;
	left: auto !important;
	transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
	border-color: transparent;
	border-radius: 3px;
	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
	transition: .5s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
	display: block;
	transform: scale3d(1,1,1)!important;
	opacity: 1;
	visibility: visible;
}

.main-header .search-panel .form-container{
	padding: 30px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 50px 9px 15px;
	height: 50px;
	border: 1px solid #f3f5fe;
	border-radius: 3px;
	background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 50px;
	height: 48px;
	text-align: center;
	color: #111111;
	background: #f3f5fe;
	font-size: 14px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}

.dropdown-toggle::after {
	display: none;
}


/** main-menu **/

.main-menu{
	float: left;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	margin:0px;
}

.main-menu .navigation > li{
	position:inherit;
	float:left;
	z-index:2;
	padding:30px 0px;
	margin: 0px 12px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
	margin-left: 0px !important;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:15px;
	line-height:30px;
	padding-right: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	opacity:1;
	color: #000;
	z-index:1;
	text-transform: uppercase;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
	
}

.main-menu .navigation > li.dropdown > a:before{
	position: absolute;
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	top: 2px;
	right: 0px;
}

.sticky-header .outer-box{
	position: relative;
	gap: 100px;
}

.sticky-header .logo-box{
	max-width: 100px;
	padding: 4px 15px !important;
}

.sticky-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li.dropdown > a:before{
	color: #fff;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
	position:absolute;
	left: inherit;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0px;
	filter: alpha(opacity=0);
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;  
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding: 0px 30px;
	-webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
	transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
	position:relative;
	display:block;
	padding:7px 0px;
	line-height:24px;
	font-weight:600;
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#070719;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
	
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
	border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	position:absolute;
	right:20px;
	top:14px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	right:100%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	padding: 10px 0px;
	filter: alpha(opacity=0);
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding: 0px 30px;
	-webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
	transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:7px 0px;
	line-height:24px;
	font-weight:600;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	text-transform:capitalize;
	color:#070719;
	text-align: left;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	position:absolute;
	right:20px;
	top:12px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
	visibility:visible;
	opacity:1;
	filter: alpha(opacity=100);
	top: 100%;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	filter: alpha(opacity=100);
	top: 0%;
	-webkit-transform: rotateX(0);
	transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:-32px;
	top:66px;
	width:34px;
	height:30px;
	text-align:center;
	font-size:18px;
	line-height:26px;
	color:#3b3b3b;
	cursor:pointer;
	display: none;
	z-index:5;
	transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
	
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
	display: none;
}

.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
	position: relative;
	height: 2px;
	width: 30px;
	display: block;
	margin-bottom: 5px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
	background-color: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
	margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
	position: absolute;
	width: 100%;
	padding: 30px 50px;
	left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
	font-weight: 500;
	padding: 3px 0px;
	margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#3786ff;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .navbar-collapse{
	display:block !important; 
}

.mobile-menu .nav-logo{
	position:relative;
	padding: 28px 20px 20px;
	text-align: center;
}

.mobile-menu .nav-logo img{
	display: inline-block;
	width: auto;
	max-width: 160px;
	height: auto;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #070719;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 25px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid #902020;
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid #902020;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid #902020;
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left:5px solid #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; 
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	color: #ffffff;
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	padding:0px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
	
}

div#mCSB_1_container{
	top: 0px !important;
}

.mobile-menu .contact-info {
	position: relative;
	padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
	position: relative;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
	position: relative;
	display: block;
	font-size: 15px;
	color: rgba(255,255,255,0.80);
	margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
	color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
	
}

.mobile-menu .contact-info ul li:last-child{
	margin-bottom: 0px;
}

/* mobile menu color override */
.mobile-menu .menu-box{
	background: #902020;
}

.mobile-menu .close-btn,
.mobile-menu .navigation li > a,
.mobile-menu .navigation li ul li > a,
.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .social-links li a,
.mobile-menu .contact-info h4,
.mobile-menu .contact-info ul li,
.mobile-menu .contact-info ul li a{
	color: #ffffff;
}

.main-header .outer-box{
	position: relative;
}


/** banner-section **/

.banner-section{
	position: relative;
	overflow: hidden;
	height: 650px;
}

.banner-carousel{
	position: relative;
}

.banner-carousel .slide-item{
	position: relative;
	padding: 90px 0px;
}

.banner-carousel .slide-item:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(0deg, rgba(7,7,25,0.95), rgba(188,22,34,0.5) 100%);
	top: 0px;
	right: 0px;
	z-index: 1;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.banner-carousel .content-box{
	position: relative;
	display: block;
	margin-right: -20px;
	z-index:5;
}

.banner-carousel .content-box h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 600;
	letter-spacing: 7px;
	text-transform: uppercase;
	white-space: nowrap;
	padding-left: 85px;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-carousel .active .content-box h5{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box h5:before,
.banner-carousel .content-box h5:after{
	position: absolute;
	content: '';
	background: #fff;
	width: 50px;
	height: 1px;
}

.banner-carousel .content-box h5:before{
	left: 10px;
	top: 8px;
}

.banner-carousel .content-box h5:after{
	left: 0px;
	bottom: 9px;
}

.banner-carousel .content-box h1{
	position: relative;
	display: block;
	color: #fff;
	font-size: 100px;
	line-height: 95px;
	font-weight: 700;
	margin-bottom: 56px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box{
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	-moz-transition-delay: 1600ms;
	-ms-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn{
	padding: 13px 38px;
	margin-left: 10px;
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn:before{
	background: transparent;
	border: 2px solid rgba(255,255,255,0.2);
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn:hover{
	border-color: #070719;
}

.banner-carousel .image-box{
	position: relative;
	display: block;
	margin-right: -150px;
	z-index: 5;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease
}

.banner-carousel .active .image-box{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel .image-box .image{
	position: relative;
	display: block;
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 10% 0%);
	padding-left: 10px;
	padding-bottom: 10px;
}

.banner-carousel .image-box .image:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: -90px;
	top: 0px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.banner-carousel .image-box .image img{
	position: relative;
	width: 100%;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
	display: none !important;
}

.banner-section .owl-dots{
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.banner-section .owl-theme .owl-dots .owl-dot{
	display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot span{
	position: relative;
	background: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 15px 0px;
	cursor: pointer;
}

.banner-section .owl-theme .owl-dots .owl-dot span:before{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	left: 3px;
	top: 3px;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span:before,
.banner-section .owl-theme .owl-dots .owl-dot span:hover:before{
	transform: scale(1,1);
}

.bg-color-1{
	background: #f5f7fa;
}


/** feature-section **/

.feature-section{
	position: relative;
	padding: 130px 0px 100px 0px;
}

.feature-section .inner-box{
	position: relative;
	margin-right: 40px;
}

.feature-section .inner-box .single-item{
	position: relative;
	display: block;
	background: #fff;
	text-align: center;
	padding: 59px 30px 48px 30px;
	margin-bottom: 30px;
}

.feature-section .inner-box .single-item:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
	right: 0px;
	transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover:before{
	height: 100%;
}

.feature-section .inner-box .single-box{
	position: relative;
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 10% 0%);
}

.feature-section .inner-box .single-item .icon-box{
	position: relative;
	font-size: 100px;
	line-height: 80px;
	margin-bottom: 7px;
	transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover .icon-box{
	color: #fff;
}

.feature-section .inner-box .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover h3{
	color: #fff;
}

.feature-section .content_block_1 .content-box{
	margin-left: -30px;
}

.feature-section .content_block_1 .content-box .text{
	position: relative;
	display: block;
	padding-left: 75px;
	margin-bottom: 33px;
}

.feature-section .content_block_1 .content-box .text .icon-box{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 55px;
	line-height: 60px;
}

.feature-section .inner-column .single-column:last-child{
	padding-top: 30px;
	margin-left: -30px;
}


/** about-section **/

.about-section{
	position: relative;
	padding: 100px 0px 150px 0px;
}

.content_block_2 .content-box .sec-title h2{
	margin-bottom: 34px;
}

.content_block_2 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 31px;
}

.content_block_2 .content-box .text .icon-box{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 80px;
	line-height: 60px;
}

.content_block_2 .content-box .text h4{
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}

.about-section .content_block_2 .content-box{
	margin-right: 45px;
}

.image_block_1 .image-box{
	position: relative;
	display: block;
	padding: 95px 100px 30px 0px;
}

.image_block_1 .image-box .image img{
	width: 100%;
}

.image_block_1 .image-box .image-1{
	position: relative;
	display: block;
	overflow: hidden;
}

.image_block_1 .image-box .image-1:before{
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image-1:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.image_block_1 .image-box .image-2{
	position: absolute;
	top: 0px;
	right: 0px;
}

.image_block_1 .image-box:before{
	position: absolute;
	content: '';
	width: 180px;
	height: 190px;
	left: -30px;
	bottom: 0px;
	clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}


/** service-section **/

.service-section{
	position: relative;
}

.service-section .inner-content{
	position: relative;
	margin-bottom: -190px;
	z-index: 1;
}

.service-block-one .inner-box{
	position: relative;
	display: block;
	text-align: center;
}

.service-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #070719;
}

.service-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
	opacity: 0.2;
	transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
	position: relative;
	margin: 0px 25px;
}

.service-block-one .inner-box .lower-content .inner{
	position: relative;
	margin-top: -134px;
	padding: 43px 30px 33px 30px;
	z-index: 1;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner{
	padding-bottom: 97px;
	margin-top: -198px;
}

.service-block-one .inner-box .lower-content .inner:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	transform: translateY(0px) skew(-5deg);
	border-radius: 10px;
	z-index: -1;
	transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .inner:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	transform: scale(0,0) skew(-5deg);
	border-radius: 10px;
	z-index: -1;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner:after{
	transform: scale(1,1) skew(-5deg);
}

.service-block-one .inner-box .lower-content .inner .light-icon{
	position: absolute;
	left: 50%;
	top: 56%;
	color: #f2f2f2;
	font-size: 170px;
	line-height: 100px;
	transform: translate(-50%,-50%);
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner .light-icon{
	color: rgba(255,255,255,0.08);
}

.service-block-one .inner-box .lower-content .inner .icon-box{
	position: relative;
	font-size: 80px;
	line-height: 60px;
	margin-bottom: 18px;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner .icon-box{
	color: #fff;
}

.service-block-one .inner-box .lower-content .inner h3{
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

.service-block-one .inner-box .lower-content .inner h3 a{
	display: inline-block;
	color: #050703;
}

.service-block-one .inner-box:hover .lower-content .inner h3 a{
	color: #fff;
}

.service-block-one .inner-box .lower-content .inner .text{
	position: absolute;
	left: 0px;
	bottom: 28px;
	right: 0px;
	width: 100%;
	padding: 0px 30px;
}

.service-block-one .inner-box .lower-content .inner .text p{
	color: #fff;
	opacity: 0;
	transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .inner .text p{
	opacity: 1;
}

.service-section .sec-title{
	margin-bottom: 80px;
}


/** contact-section **/

.contact-section{
	position: relative;
	width: 100%;
	padding: 310px 0px 130px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.contact-section:before{
	position: absolute;
	content: '';
	background: #070719;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.9;
}

.contact-section .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.contact-section .image-box:before{
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.contact-section .image-box:hover:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.contact-section .image-box img{
	width: 100%;
}

.contact-section .content_block_3 .content-box{
	position: relative;
	margin: 0px 70px;
}

.contact-section .nice-select:after{
	position: absolute;
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-size: 15px;
	color: #8b8baf;
	top: 0px;
	right: 30px;
	margin: 0px;
	margin: 0px;
	border: none !important;
	transform: rotate(0deg) !important;
}

.contact-section .nice-select{
	position: relative;
	display: block;
	width: 100%;
	height: 65px;
	max-width: 100%;
	line-height: 60px;
	border: 2px solid rgba(73,73,116,0.5)!important;
	font-size: 15px;
	color: #8b8baf;
	font-weight: 500;
	background: transparent;
	border-radius: 0px;
	padding: 0px 20px;
}

.content_block_3 .content-box form .form-group{
	position: relative;
	margin-bottom: 15px;
	min-height: 65px;
}

.content_block_3 .content-box form .form-group:last-child{
	margin-bottom: 0px;
}

.content_block_3 .content-box form .form-group input[type='text'],
.content_block_3 .content-box form .form-group input[type='email'],
.content_block_3 .content-box form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 65px;
	font-size: 15px;
	color: #8b8baf;
	font-weight: 500;
	background: transparent;
	border: 2px solid rgba(73,73,116,0.5);
	padding: 10px 60px 10px 30px;
	transition: all 500ms ease;
}

.content_block_3 .content-box form .form-group input::-webkit-input-placeholder,
.content_block_3 .content-box form .form-group textarea::-webkit-input-placeholder{
	color:#8b8baf;
}

.content_block_3 .content-box form .form-group input:focus,
.content_block_3 .content-box form .form-group textarea:focus{
	
}

.content_block_3 .content-box form .form-group i{
	position: absolute;
	font-size: 15px;
	top: 25px;
	right: 30px;
	z-index: 1;
}

.content_block_3 .content-box form .form-group textarea{
	height: 110px;
	resize: none;
}

.content_block_3 .content-box .sec-title{
	margin-bottom: 50px;
}


/** gallery-section **/

.gallery-section{
	position: relative;
	padding: 125px 70px 102px 70px;
	border-bottom: 1px solid #e0e0e0;
}

.project-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-one.small-image .inner-box{
	top: 50px;
}

.project-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: -webkit-linear-gradient(0deg, rgba(7,7,25,1), rgba(188,22,34,1) 100%);
}

.project-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
	opacity: 0.1;
	transform: scale(1.05);
}

.project-block-one .inner-box .content-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 30px 30px;
	text-align: center;
}

.project-block-one .inner-box .content-box .view-btn a{
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 11px;
	transform: scale(0,0);
}

.project-block-one .inner-box:hover .content-box .view-btn a{
	transform: scale(1,1);
}

.project-block-one .inner-box .content-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	top: 15px;
	transition: all 500ms ease;
	opacity: 0;
}

.project-block-one .inner-box .content-box h3 a{
	display: inline-block;
	color: #fff;
}

.project-block-one .inner-box .content-box h3 a:hover{
	text-decoration: underline;
}

.project-block-one .inner-box:hover .content-box h3{
	opacity: 1;
	top: 0px;
}

.gallery-section .owl-dots{
	position: relative;
	display: block;
	text-align: center;
	top: 115px;
	width: 100%;
}

.gallery-section .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 3px;
	margin: 0px;
	padding: 0px;
	background: transparent;
	cursor: pointer;
	transition: all 500ms ease;
}

.gallery-section .owl-theme .owl-dots .owl-dot{
	width: 25%;
	margin: 0px 0px;
	padding: 0px 0px;
}

.gallery-section .owl-theme .owl-dots .owl-dot.active span{
	
}

.gallery-section .sec-title{
	margin-bottom: 80px;
}


/** testimonial-section **/

.testimonial-section{
	position: relative;
	padding: 125px 0px 130px 0px;
}

.testimonial-section .content_block_4 .content-box{
	position: relative;
	margin: 0px 40px;
}

.content_block_4 .content-box .testimonial-content{
	position: relative;
	padding-left: 130px;
	margin: 0px 10px;
}

.content_block_4 .content-box .testimonial-content .icon-box{
	position: absolute;
	left: 0px;
	top: 6px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	z-index: 1;
}

.content_block_4 .content-box .testimonial-content .icon-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	transform: skew(-5deg);
	border-radius: 3px;
	z-index: -1;
}

.content_block_4 .content-box .testimonial-content .text h5{
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 12px;
}

.content_block_4 .content-box .testimonial-content .text p{
	line-height: 30px;
}

.content_block_4 .content-box .testimonial-content .text{
	margin-bottom: 18px;
}

.content_block_4 .content-box .testimonial-content .author-box{
	position: relative;
	padding: 0px 0px 0px 70px;
}

.content_block_4 .content-box .testimonial-content .author-box .image-box{
	position: absolute;
	left: 0px;
	top: -1px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.content_block_4 .content-box .testimonial-content .author-box .image-box img{
	width: 100%;
	border-radius: 50%;
}

.content_block_4 .content-box .testimonial-content .author-box h4{
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 2px;
}

.content_block_4 .content-box .testimonial-content .author-box .designation{
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.content_block_4 .content-box .sec-title{
	margin-bottom: 55px;
}

.testimonial-section .image-column .image-box{
	position: relative;
	display: block;
	padding: 0px 36px;
}

.testimonial-section .image-column .image-box img{
	width: 100%;
}

/** cta-section **/

.cta-section{
	position: relative;
}

.cta-section .inner-container{
	position: relative;
	padding: 60px 100px 63px 100px;
	margin-bottom: 0px;
	z-index: 1;
}

.cta-section .inner-container .text p{
	position: relative;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 50px;
	margin-bottom: 21px;
}

.cta-section .inner-container .text p:before {
	position: absolute;
	content: '';
	background: url(../images/icons/icon-2.png);
	width: 28px;
	height: 23px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}

.cta-section .inner-container .text h2{
	display: block;
	font-size: 55px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 700;
}

.cta-section .inner-container .text h2 span{
	font-weight: 300;
}

.cta-section .inner-container .btn-box .theme-btn:before{
	background: #ffffff;
}

.cta-section .inner-container .btn-box .theme-btn{
	
}

.cta-section .inner-container .btn-box{
	position: relative;
	margin-top: 68px;
}

.cta-section .inner-container .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.cta-section .inner-container:before{
	position: absolute;
	content: '';
	background: #070719;
	height: 100%;
	width: 240px;
	top: 0px;
	right: 0px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 70px 0px);
}


/** news-section **/

.news-section{
	position: relative;
	padding: 129px 0px 217px 0px;
}

.news-section .sec-title{
	margin-bottom: 80px;
}

.news-section:before{
	position: absolute;
	content: '';
	background: #f5f7fa;
	width: 100%;
	height: calc(100% + 140px);
	left: 0px;
	top: -140px;
}

.news-block-one .inner-box{
	position: relative;
	display: block;
	background: #ffffff;
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover{
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.news-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.news-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
	transform: scale(1.04);
	opacity: 0.2;
}

.news-block-one .inner-box .lower-content{
	position: relative;
	padding: 27px 40px 30px 40px;
}

.news-block-one .inner-box .lower-content .post-date{
	position: absolute;
	top: -39px;
	right: 25px;
}

.news-block-one .inner-box .lower-content .post-date h3{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 64px;
	text-align: center;
	font-size: 24px;
	line-height: 18px;
	padding: 15px 0px;
	font-weight: 700;
	margin: 0px;
	border: none;
	z-index: 1;
}

.news-block-one .inner-box .lower-content .post-date h3 span{
	font-size: 14px;
	line-height: 15px;
	color: #696969;
	font-weight: 500;
}

.news-block-one .inner-box .lower-content .post-date h3:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	transform: translateY(0px) skew(-5deg);
	border-radius: 5px;
	z-index: -1;
	box-shadow: 0px 0px 25px 0px rgba(188,22,34,0.2);
	transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .category{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.news-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	padding-bottom: 24px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 27px;
}

.news-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #070719;
}

.news-block-one .inner-box .lower-content h3 a:hover{
	
}

.news-block-one .inner-box .lower-content .post-info li{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #696969;
	float: left;
	margin-right: 65px;
	padding-left: 23px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
	margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a{
	color: #696969;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{
	
}

.news-block-one .inner-box .lower-content .post-info li i{
	position: absolute;
	left: 0px;
	top: 4px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
	position: absolute;
	content: '';
	background: #070719;
	width: 5px;
	height: 5px;
	top: 10px;
	right: -36px;
	border-radius: 50%;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
	display: none;
}

.three-item-carousel.single-item-static .news-block-one{
	max-width: 370px;
	margin: 0 auto;
}


/** main-footer **/

.main-footer{
	position: relative;
	background: #070719;
}

.footer-top{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 60px 0px 57px 0px;
	margin-top: -87px;
	z-index: 1;
}

.footer-top:before{
	position: absolute;
	content: '';
	width: calc(100% + 230px);
	height: 100%;
	left: -115px;
	top: 0px;
	z-index: -1;
}

.footer-top .top-info{
	position: relative;
	margin-top: 50px;
}

@media only screen and (min-width: 992px){
	.footer-top{
		position: relative;
	}

	.footer-top .footer-logo{
		position: absolute;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		margin: 0px;
	}

	.footer-top .top-info{
		display: flex;
		align-items: stretch;
	}

	.footer-top .top-info li{
		flex: 0 0 50%;
		max-width: 50%;
		display: flex;
		flex-direction: column;
		margin-right: 0px;
		padding-right: 30px;
		box-sizing: border-box;
	}

	.footer-top .top-info li:before{
		right: 0px;
	}

	.footer-top .top-info li:last-child{
		padding-right: 30px;
	}

	.footer-top .top-info li p{
		width: 100%;
		max-width: none;
		flex: 1 1 auto;
	}

}

.footer-top .top-info li{
	position: relative;
	display: inline-block;
	margin-right: 150px;
	padding-left: 50px;
}

.footer-top .top-info li:last-child{
	margin: 0px !important;
}

.footer-top .top-info li i{
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 40px;
	color: #ffffff;
}

.footer-top .top-info li h3{
	display: block;
	font-size: 40px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 20px 20px;
}

.footer-top .top-info li p{
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 10px 20px;
	width: 100%;
	max-width: 620px;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/* footer-top typography alignment */
.footer-top,
.footer-top .top-info,
.footer-top .top-info li,
.footer-top .top-info li p,
.footer-top .top-info li h3,
.footer-top h2,
.footer-top .top-info li a{
	color: #ffffff;
	text-align: center;
}

/* footer-top alignment + visual adjustments */
.footer-top .top-info li{
	display: flex;
	align-items: center;
	gap: 16px;
}

.footer-top .top-info li i{
	position: static;
	font-size: 44px;
	line-height: 1;
	color: #ffffff;
}

.footer-top .top-info li p,
.footer-top .top-info li h3{
	margin: 0;
	color: #ffffff;
}

.footer-top .top-info li:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 1px;
	height: 70px;
	top: 0px;
	right: -90px;
}

.footer-top .top-info li:last-child:before{
	display: none;
}

.main-footer .widget-section{
	position: relative;
	padding: 65px 0px 75px 0px;
	border-bottom: 1px solid #1f1f3e;
}

.main-footer .widget-section .widget-title{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.main-footer .widget-section .widget-title h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
}

.main-footer .widget-section p,
.main-footer .widget-section a{
	color: #9e9e9e;
}

.main-footer .about-widget .text{
	position: relative;
	margin-bottom: 21px;
}

.main-footer .about-widget .email-box{
	position: relative;
	padding-left: 40px;
}

.main-footer .about-widget .email-box i{
	position: absolute;
	left: 0px;
	top: 1px;
	font-size: 24px;
}

.main-footer .about-widget .email-box a{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.main-footer .about-widget .email-box a:hover{
	
}

.ml-90{
	margin-left: 90px;
}

.ml-30{
	margin-left: 30px;
}

.main-footer .links-widget .widget-title {
	margin-bottom: 22px;
}

.main-footer .links-widget .links-list li{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.main-footer .links-widget .links-list li:last-child{
	margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
	display: inline-block;
}

.main-footer .links-widget .links-list li a:hover{
	
}

.main-footer .post-widget{
	position: relative;
	margin-left: -15px;
}

.main-footer .post-widget .post{
	position: relative;
	padding: 0px 0px 0px 100px;
	min-height: 80px;
	margin-bottom: 15px;
}

.main-footer .post-widget .post:last-child{
	margin-bottom: 0px;
}

.main-footer .post-widget .post .post-thumb{
	position: absolute;
	left: 0px;
	top: 1px;
	width: 75px;
	height: 75px;
	overflow: hidden;
}

.main-footer .post-widget .post .post-thumb img{
	width: 100%;
	transition: all 500ms ease;
}

.main-footer .post-widget .post:hover .post-thumb img{
	opacity: 0.2;
}

.main-footer .post-widget .post h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 8px;
}

.main-footer .post-widget .post h6 a{
	display: inline-block;
}

.main-footer .post-widget .post h6 a:hover{
	color: #fff;
}

.main-footer .post-widget .post .post-date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #9e9e9e;
	padding-left: 26px;
	text-transform: uppercase;
}

.main-footer .post-widget .post .post-date i{
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 15px;
}

.main-footer .post-widget .widget-title{
	margin-bottom: 26px;
}

.footer-bottom{
	position: relative;
	width: 100%;
	padding: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom .copyright,
.footer-bottom .footer-social{
	float: none !important;
}

.footer-bottom .copyright{
	text-align: left;
}

.footer-bottom .footer-social{
	margin-left: auto;
	text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .copyright a{
	font-size: 20px;
	line-height: 32px;
	color: #9e9e9e;
	font-family: 'Roboto', sans-serif;
}

.footer-bottom .copyright a:hover{
	
}

.footer-bottom .footer-social li{
	position: relative;
	display: inline-block;
	float: none;
	margin-right: 40px;
}

.footer-bottom .footer-social li:last-child{
	margin: 0px !important;
}

.footer-bottom .footer-social li a{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 0px;
	line-height: 1;
	color: #ffffff;
	padding: 0px;
}

.footer-bottom .footer-social li a i{
	position: static;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
}

/*** 
	
	====================================================================
	Home-Page-Two
	====================================================================
	
***/


/** header-style-two **/

.main-header.style-two{
	position: relative;
}

.main-header.style-two .header-lower{
	position: relative;
	width: 100%;
	background: #fff;
}

.main-header.style-two .header-lower:before,
.main-header.style-two .header-lower:after{
	position: absolute;
	content: '';
	background: #e3e3e3;
	width: 1px;
	height: 100%;
	top: 0px;
}

.main-header.style-two .header-lower:before{
	left: 150px;
}

.main-header.style-two .header-lower:after{
	right: 150px;
}

.main-header.style-two .header-lower .main-menu .navigation > li > a{
	color: #070719;
}

@media only screen and (min-width: 992px){
	.main-header.style-two .header-lower .main-menu{
		width: 100%;
	}

	.main-header.style-two .header-lower .main-menu .navigation{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 50px;
		width: 100%;
	}

	.main-header.style-two .header-lower .main-menu .navigation > li{
		margin: 0px !important;
	}

	.main-header.style-two .header-lower .main-menu .navigation > li:not(.logo-box){
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
	}

	.main-header.style-two .header-lower .main-menu .navigation > li:not(.logo-box) > a{
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 0;
		font-size: 20px;
		line-height: 1;
	}

	.main-header.style-two .sticky-header .main-menu .navigation{
		display: flex;
		align-items: center;
	}

	.main-header.style-two .sticky-header .main-menu .navigation > li:not(.logo-box){
		display: flex;
		align-items: center;
	}

	.main-header.style-two .sticky-header .main-menu .navigation > li:not(.logo-box) > a{
		display: flex;
		align-items: center;
		font-size: 20px;
		line-height: 1;
	}

	.main-header.style-two .header-lower .main-menu .navigation > li.dropdown > a:before{
		top: 50%;
		transform: translateY(-50%);
	}
}

.main-header.style-two .header-lower .nav-box .nav-btn{
	position: relative;
	display: inline-block;
	width: 38px;
	height: 23px;
	cursor: pointer;
	z-index: 1;
}

.main-header.style-two .header-lower .nav-box .nav-btn .bar{
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0px;
	top: 0px;
	line-height: 1px;
	transition: all 500ms ease;
}

.main-header.style-two .header-lower .nav-box .nav-btn .bar-2{
	width: 30px;
	top: 10px;
}

.main-header.style-two .header-lower .nav-box .nav-btn:hover .bar-2{
	width: 100%;
}

.main-header.style-two .header-lower .nav-box .nav-btn .bar-3{
	top: 20px;
}

.main-header.style-two .header-lower .search-box-btn{
	color: #070719;
	font-size: 15px;
	font-weight: 700;
}

.main-header.style-two .header-lower .search-box-btn:hover{
	
}

.main-header.style-two .header-lower .search-box-outer{
	margin-left: 0px;
	margin-right: 20px;
}

.main-header.style-two .sticky-header li.logo-box{
	display: none;
}

.main-header.style-two .header-lower li.logo-box{
	padding: 0px;
	max-width: 230px;
	margin: 0px;
	position: relative;
	width: 230px;
	height: 100px;
	overflow: visible;
	flex: 0 0 230px;
}

.main-header.style-two .header-lower li.logo-box .logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	text-align: center;
	display: inline-block;
	padding: 0px;
	z-index: 3;
}

.main-header.style-two .header-lower li.logo-box .logo:before{
	display: none;
}

.main-header.style-two .header-lower li.logo-box .logo:after{
	display: none;
}

.main-header.style-two .header-lower li.logo-box .logo img{
	display: block;
	width: auto;
	max-height: 180px;
	margin: 0 auto;
	transform: translateY(20px);
	position: relative;
}

@media only screen and (max-width: 1549px){
	.main-header.style-two .header-lower li.logo-box{
		width: 200px;
		height: 92px;
		max-width: 200px;
		flex-basis: 200px;
	}

	.main-header.style-two .header-lower li.logo-box .logo img{
		max-height: 150px;
		transform: translateY(16px);
	}
}


/** xs-sidebar **/

.xs-sidebar-group .xs-overlay{
	left:0%;
	top:0;
	position:fixed;
	height:100%;
	opacity:0;
	width:100%;
	visibility:hidden;
	-webkit-transition:all .4s ease-in .8s;
	-o-transition:all .4s ease-in .8s;
	transition:all .4s ease-in .8s;
	cursor:url(../images/icons/cross-out.png),
	pointer; 
	z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay{
	opacity:.9;
	visibility:visible;
	-webkit-transition:all .8s ease-out 0s;
	-o-transition:all .8s ease-out 0s;
	transition:all .8s ease-out 0s;
	right:100%;
}

.xs-sidebar-group .widget-heading{
	position:absolute;
	top:0;
	right:0;
	padding:25px;
}

.xs-sidebar-widget{
	position:fixed;
	left:-100%;
	top:0;
	bottom:0;
	width:100%;
	max-width:360px;
	z-index:999999;
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	background-color:#1c1d1f;
	-webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	-o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	visibility:hidden;
	opacity:0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget{
	opacity:1;
	visibility:visible;
	left:0;
	-webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
	-o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
	transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget{
	padding:100px 30px;
}

.sidebar-widget-container{
	position:relative;
	top:150px;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .3s ease-in .3s;
	-o-transition:all .3s ease-in .3s;
	transition:all .3s ease-in .3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container{
	top:0px;
	opacity:1;
	visibility:visible;
	-webkit-transition:all 1s ease-out 1.2s;
	-o-transition:all 1s ease-out 1.2s;
	transition:all 1s ease-out 1.2s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.xs-overlay{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	opacity:.5;
	z-index:0;
}

.xs-bg-black{
	background: #070719;
}

.xs-menu-tools>li{
	display:inline-block;
	margin-right:15px;
}

.xs-menu-tools>li:last-child{
	margin-right:0;
}

.xs-menu-tools>li>a{
	color:#000000;
	text-decoration:none;
}

.sidebar-info-contents{
	position:relative;
}

.close-side-widget{
	position:relative;
	color:#fff;
	font-size:24px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.close-side-widget:hover{
	
}

.sidebar-info-contents .content-inner{
	position:relative;
}

.sidebar-info-contents .content-inner .logo {
	padding:0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img{
	display:inline-block;
	max-width:100%; 
}

.sidebar-info-contents .content-inner .content-box{
	position:relative;
}

.sidebar-info-contents .content-inner .content-box h4{
	position:relative;
	font-size:20px;
	color:#fff;
	font-weight:700;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .content-box p{
	position:relative;
	font-size:15px;
	color: #ccc;
	margin-bottom:25px;
}

.sidebar-info-contents .content-inner .contact-info{
	position:relative;
	margin-top:60px;
}

.sidebar-info-contents .content-inner .contact-info ul li{
	position:relative;
	display: block;
	font-size:15px;
	color: #ccc;
	margin-bottom:3px;
}

.sidebar-info-contents .content-inner .contact-info ul li a{
	color: #ccc;
}

.sidebar-info-contents .content-inner .contact-info ul li a:hover{
	
}

.sidebar-info-contents .content-inner .contact-info h4{
	position:relative;
	font-size:20px;
	color:#fff;
	font-weight:700;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .social-box{
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
}

.sidebar-info-contents .content-inner .social-box li{
	position:relative;
	display:inline-block;
	margin-right:6px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a{
	position:relative;
	width:36px;
	height:36px;
	color:#ccc;
	z-index:1;
	font-size:13px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background: transparent;
	border: 1px solid #ededed;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover{
	
}


/** banner-style-two **/

.banner-section.style-two{
	position: relative;
	width: 100%;
}

.banner-section.style-two .banner-cover-image{
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.banner-section.style-two .banner-carousel .slide-item:before{
	background: #030401;
	opacity: 0.55;
}

.banner-section.style-two .banner-carousel .slide-item{
	padding: 190px 0px 200px 0px;
}

@media (max-width: 767px){
	.banner-section.style-two .banner-cover-image{
		height: 320px;
	}
}


/** funfact-section **/

.funfact-section{
	position: relative;
}

.funfact-section .sec-title{
	margin-bottom: 70px;
}

.funfact-section .inner-container{
	position: relative;
	background: #f5f7fa;
	padding: 130px 150px 100px 150px;
	margin-top: -80px;
	z-index: 1;
}

.counter-block-one .inner-box{
	position: relative;
	display: block;
}

.counter-block-one .inner-box .count-outer{
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 60px;
	font-family: 'Roboto', sans-serif;
	color: #070719;
	font-weight: 700;
	margin-bottom: 10px;
}

.counter-block-one .inner-box p{
	font-size: 18px;
	line-height: 26px;
	color: #696969;
	font-weight: 600;
	margin-bottom: 13px;
}

.counter-block-one .inner-box .icon-box{
	position: relative;
	font-size: 70px;
	line-height: 60px;
}


/** about-style-two **/

.about-style-two{
	position: relative;
	padding: 100px 0px;
}

.image_block_2 .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.image_block_2 .image-box .image img{
	width: 100%;
}

.image_block_2 .image-box .image:before{
	position: absolute;
	top: 0;
	left: -80%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.image_block_2 .image-box:hover .image:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.image_block_2 .image-box{
	position: relative;
	display: block;
	margin-right: 7px;
	padding: 40px 0px 13px 40px;
}

.image_block_2 .image-box:before {
	position: absolute;
	content: '';
	width: 180px;
	height: 190px;
	left: 0px;
	top: 0px;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.image_block_2 .image-box .image-content{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 210px;
	background: #ffffff;
	padding: 38px 30px 43px 50px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
}

.image_block_2 .image-box .image-content .icon-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 100px;
	color: #f2f2f2;
}

.image_block_2 .image-box .image-content h4{
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.image_block_2 .image-box .image-content h4 span{
	font-size: 30px;
}

.about-style-two .content_block_2 .content-box{
	margin-left: 60px;
}

.about-style-two .content_block_2 .content-box .text .icon-box{
	top: 8px;
	transform: translateY(0);
}

.about-style-two .content_block_2 .content-box .sec-title{
	margin-bottom: 46px;
}

.bg-color-3{
	background: #070719;
}


/** service-style-two **/

.service-style-two{
	position: relative;
	padding: 130px 0px;
}

.service-style-two .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 866px;
	height: 419px;
	background-repeat: no-repeat;
}

.service-style-two .image-layer{
	position: absolute;
	right: 80px;
	bottom: 70px;
}

.service-style-two .sec-title{
	margin-bottom: 80px;
}

.service-style-two .sec-title span.top-text{
	color: #fff;
}


.service-block-two .inner-box{
	position: relative;
	display: block;
	padding: 56px 60px 50px 60px;
}

.service-block-two .inner-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
	transform: skew(-3deg);
	border-radius: 10px;
	transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before{
	height: 100%;
}

.service-block-two .inner-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 24px;
}

.service-block-two .inner-box h3 a{
	display: inline-block;
	color: #ffffff;
}

.service-block-two .inner-box h3 a:hover{
	text-decoration: underline;
}

.service-block-two .inner-box img{
	margin-bottom: 14px;
	cursor: pointer;
}

.service-block-two .inner-box .icon-box{
	position: relative;
	font-size: 110px;
	line-height: 110px;
	margin-bottom: 9px;
	transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box{
	color: #fff;
}

.service-block-two .inner-box p{
	position: relative;
	color: #9e9e9e;
	margin-bottom: 9px;
	transition: all 500ms ease;
}

.service-block-two .inner-box .link{
	margin-top: 18px;
}

.service-block-two .inner-box .link a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #9e9e9e;
	font-weight: 700;
	text-transform: uppercase;
}

.service-block-two .inner-box .link a i{
	margin-left: 10px;
	transition: all 500ms ease;
}

.service-block-two .inner-box:hover p,
.service-block-two .inner-box:hover a,
.service-block-two .inner-box:hover a i{
	color: #fff;
}

.service-block-two .inner-box .link a:hover{
	text-decoration: underline;
}


/** gallery-style-two **/

.gallery-style-two{
	position: relative;
	padding: 130px 0px 100px 0px;
}

.gallery-style-two .project-block-one .inner-box{
	margin-bottom: 30px;
}

.gallery-style-two .small-block{
	padding-top: 80px;
}

.gallery-style-two .big-block .gallery-block:first-child{
	padding-top: 40px;
}

.gallery-style-two .sec-title .btn-box{
	position: absolute;
	top: 34px;
	right: 0px;
}

.gallery-style-two .sec-title .btn-box .theme-btn{
	color: #070719;
}

.gallery-style-two .sec-title .btn-box .theme-btn:before{
	background: transparent;
	border: 2px solid #e1e1e1;
}

.gallery-style-two .sec-title .btn-box .theme-btn:hover{
	color: #fff;
}

.gallery-style-two .sec-title .btn-box .theme-btn i{
	
}

.gallery-style-two .sec-title{
	margin-bottom: 0px;
}


/** team-section **/

.team-section{
	position: relative;
}

.team-section:before{
	position: absolute;
	content: '';
	background: #f5f7fa;
	width: 100%;
	height: 280px;
	left: 0px;
	bottom: 0px;
}

.team-section .sec-title{
	margin-bottom: 70px;
}

.team-block-one .inner-box{
	position: relative;
	display: block;
	background: #fff;
}

.team-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.team-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.team-block-one .inner-box .lower-content{
	position: relative;
	padding: 2px 30px 31px 30px;
}

.team-block-one .inner-box .lower-content .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 2px;
}

.team-block-one .inner-box .lower-content .social-links li a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #070719;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #e7e7e7;
	text-align: center;
}

.team-block-one .inner-box .lower-content .social-links li a:hover{
	color: #fff;
}

.team-block-one .inner-box .lower-content:before{
	position: absolute;
	content: '';
	background: #fff;
	width: calc(100% - 60px);
	height: 23px;
	left: 30px;
	top: -23px;
}

.team-block-one .inner-box .lower-content .social-links{
	position: relative;
	margin-bottom: 17px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.team-block-one .inner-box .lower-content h4{
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content h4 a{
	display: inline-block;
	color: #070719;
}

.team-block-one .inner-box .lower-content h4 a:hover{
	
}

.team-block-one .inner-box .lower-content .designation{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
}


/** faq-section **/

.faq-section{
	position: relative;
	padding: 130px 0px;
}

.faq-section .faq-inner .sec-title{
	margin-bottom: 47px;
}

.accordion-box .block{
	position: relative;
	display: block;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 500ms ease;
	margin-bottom: 10px;
}

.faq-section .accordion-box .block:before{
	position: absolute;
	content: '';
	background: #070719;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.8;
}

.accordion-box .block:last-child{
	margin-bottom: 0px;
}

.accordion-box .block .acc-content.current{
	display:block;  
}

.accordion-box .block .acc-btn{
	position: relative;
	display: block;
	padding: 21px 80px 23px 30px;
	background: #ffffff;
	cursor: pointer;
	transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active{
	background: transparent;
	padding-bottom: 10px;
}

.accordion-box .block .acc-btn h5{
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5{
	color: #fff;
}

.accordion-box .block .acc-btn .icon-outer{
	position: absolute;
	display: inline-block;
	top: 18px;
	right: 30px;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 37px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	color: #fff;
	transition: all 500ms ease;
	z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer i:before{
	font-family: 'Font Awesome 5 Pro';
	content: "\f068";
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	padding: 0px 30px 23px 30px;
}

.faq-section .accordion-box .block .acc-content p{
	color: #fff;
}

.faq-section .skills-inner{
	position: relative;
	margin-left: 100px;
	margin-right: 25px;
}

.faq-section .skills-inner .text{
	margin-bottom: 30px;
}

.faq-section .skills-inner .text p{
	line-height: 30px;
}

.faq-section .skills-inner .sec-title{
	margin-bottom: 43px;
}

.progress-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.progress-box:last-child{
	margin-bottom: 0px;
}

.progress-box .bar{
	position:relative;
	width:100%;
	height:5px;
	background:#ffffff;
	border-radius:5px;
}

.progress-box .bar-inner{
	position:relative;
	display:block;
	border-radius:0px;
	width:0px;
	height:5px;
	-webkit-transition:all 1500ms ease;
	-ms-transition:all 1500ms ease;
	-o-transition:all 1500ms ease;
	-moz-transition:all 1500ms ease;
	transition:all 1500ms ease; 
}

.progress-box .count-text{
	position:absolute;
	top: -37px;
	right: -15px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #070719;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;  
}

.progress-box h5{
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 13px;
}


/** testimonial-style-two **/

.testimonial-style-two{
	position: relative;
	width: 100%;
	padding: 130px 0px 130px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.testimonial-style-two:before{
	position: absolute;
	content: '';
	background: #070719;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.85;
}

.testimonial-style-two .sec-title{
	margin-bottom: 80px;
}

.testimonial-style-two .sec-title span.top-text{
	color: #ffffff;
}


.testimonial-block-one .inner-box{
	position: relative;
	display: block;
	padding: 37px 45px 33px 45px;
}

.testimonial-block-one .inner-box .light-icon{
	position: absolute;
	left: 60px;
	top: 20px;
	font-size: 200px;
	line-height: 200px;
	color: rgba(255,255,255,0.08);
}

.testimonial-block-one .inner-box p{
	color: #fff;
	margin-bottom: 6px;
	line-height: 30px;
}

.testimonial-block-one .inner-box h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
}

.testimonial-block-one .inner-box h4 span{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.testimonial-block-one{
	margin-bottom: 40px;
}

.testimonial-block-one .inner-box .image-box{
	position: absolute;
	right: 40px;
	bottom: -40px;
	width: 103px;
	height: 100px;
}


/** news-style-two **/

.news-style-two{
	position: relative;
	padding: 130px 0px 130px 0px;
}

.news-style-two .sec-title{
	margin-bottom: 80px;
}

.news-block-two .inner-box .post-info li{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #696969;
	float: left;
	margin-right: 65px;
	padding-left: 23px;
}

.news-block-two .inner-box .post-info li:last-child{
	margin: 0px !important;
}

.news-block-two .inner-box .post-info li a{
	color: #696969;
}

.news-block-two .inner-box .post-info li a:hover{
	
}

.news-block-two .inner-box .post-info li i{
	position: absolute;
	left: 0px;
	top: 4px;
}

.news-block-two .inner-box .post-info li:before{
	position: absolute;
	content: '';
	background: #070719;
	width: 5px;
	height: 5px;
	top: 10px;
	right: -36px;
	border-radius: 50%;
}

.news-block-two .inner-box .post-info li:last-child:before{
	display: none;
}

.news-block-two .inner-box .category {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 51px;
}

.news-block-two .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 17px;
}

.news-block-two .inner-box h3 a{
	display: inline-block;
	color: #070719;
}

.news-block-two .inner-box h3 a:hover{
	
}

.news-block-two .inner-box p{
	position: relative;
	padding-bottom: 34px;
	margin-bottom: 27px;
	border-bottom: 1px solid #e2e2e2;
}

.news-block-two .inner-box{
	position: relative;
	display: block;
	padding: 33px 40px 31px 40px;
	border: 1px solid #e4e4e4;
	z-index: 1;
}

.news-block-two .inner-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: -1;
	transition: all 500ms ease;
}

.news-block-two .inner-box:hover:before{
	height: 100%;
	opacity: 1;
}

.news-block-two .inner-box .post-date{
	position: absolute;
	right: 35px;
	top: 35px;
}

.news-block-two .inner-box .post-date h3{
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	margin: 0px;
}

.news-block-two .inner-box .post-date span{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
	color: #696969;
	margin-left: 5px;
}


/** clients-section **/

.clients-section{
	position: relative;
	padding-bottom: 220px;
}

.clients-section .clients-logo-box{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
}

.clients-section .clients-logo-box img{
	display: block;
	max-width: 100%;
	max-height: 150px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	opacity: 0.3;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover{
	opacity: 1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}


/*** 
	
	====================================================================
	About-Page
	====================================================================
	
***/


/** page-title **/

.page-title{
	position: relative;
	width: 100%;
	padding: 100px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-title:before{
	position: absolute;
	content: '';
	background: #070719;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: 0.65;
}

.page-title .title{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.page-title .title h1{
	font-size: 70px;
	line-height: 100px;
	color: #ffffff;
	font-weight: 700;
}

.page-title .bread-crumb li{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	padding-right: 28px;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.page-title .bread-crumb li:last-child{
	padding: 0px;
	margin: 0px;
}

.page-title .bread-crumb li a{
	color: #fff;
}

.page-title .bread-crumb li a:hover{
	
}

.page-title .bread-crumb li:before{
	position: absolute;
	content: "\f105";
	font-size: 18px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	top: -3px;
	right: 0px;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}


/** feature-style-two **/

.feature-style-two{
	position: relative;
	padding: 130px 0px 130px 0px;
	z-index: 1;
}

.feature-block-one .inner-box{
	position: relative;
	display: block;
	padding: 60px 30px 48px 30px;
}

.feature-block-one .inner-box:before{
	position: absolute;
	content: '';
	background: #ffffff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: skew(-7deg);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.03);
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before{
	
}

.feature-block-one .inner-box .icon-box{
	position: relative;
	font-size: 100px;
	line-height: 80px;
	margin-bottom: 6px;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box,
.feature-block-one .inner-box:hover h3{
	color: #fff;
}

.feature-block-one .inner-box h3 {
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	transition: all 500ms ease;
}

.feature-style-two .inner-content{
	position: relative;
	margin: 0px 20px;
}

.feature-style-two .feature-block{
	padding: 0px 10px;
}

.feature-style-two .sec-title{
	margin-bottom: 80px;
}

.feature-style-two .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 782px;
	background-size: cover;
	background-repeat: no-repeat;
}

.team-section.about-page:before{
	bottom: inherit;
	top: 0px;
	height: 508px;
}

.team-section.about-page .team-block-one .inner-box .lower-content{
	border: 1px solid #efefef;
}

.news-section.about-page:before{
	display: none;
}


/** chooseus-section **/

.chooseus-section{
	position: relative;
	padding: 130px 0px 130px 0px;
}

.content_block_5 .content-box{
	position: relative;
	display: block;
}

.content_block_5 .content-box .text{
	position: relative;
	margin-bottom: 43px;
	padding-left: 35px;
}

.content_block_5 .content-box .text p{
	line-height: 30px;
}

.content_block_5 .content-box .text:before{
	position: absolute;
	content: '';
	width: 5px;
	height: calc(100% - 20px);
	top: 8px;
	left: 0px;
}

.content_block_5 .content-box .list-item li{
	position: relative;
	display: block;
	float: left;
	width: 50%;
	line-height: 40px;
	padding-left: 55px;
	margin-bottom: 20px;
}

.content_block_5 .content-box .list-item li:before{
	position: absolute;
	content: "\f00c";
	font-family: 'Font Awesome 5 Pro';
	font-size: 15px;
	border: 2px solid #efefef;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	left: 0px;
	top: 0px;
}

.content_block_5 .content-box .list-item{
	padding-bottom: 30px;
}

.chooseus-section .sec-title{
	margin-bottom: 42px;
}

.chooseus-section .image-box{
	position: relative;
	display: block;
	margin-left: 50px;
	margin-top: 70px;
}

.chooseus-section .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.chooseus-section .image-box .image img{
	width: 100%;
}

.chooseus-section .image-box .image:before{
	position: absolute;
	top: 0;
	left: -80%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.chooseus-section .image-box .image:hover:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.chooseus-section .image-box .image-bg{
	position: absolute;
	left: 250px;
	top: -72px;
	width: 5000px;
	height: 100%;
}


/*** 
	
	====================================================================
	Shop-Page
	====================================================================
	
***/

.shop-page-section{
	position: relative;
	padding: 130px 0px 225px 0px;
}

.shop-sidebar .sidebar-search{
	position: relative;
	display: block;
	padding: 10px 20px;
	margin-bottom: 40px;
}

.shop-sidebar .sidebar-search .form-group{
	position: relative;
	margin: 0px;
}

.shop-sidebar .sidebar-search .form-group input[type='search']{
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	background: transparent;
	border: 1px solid transparent;
	padding: 10px 50px 10px 20px;
	transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .form-group input::-webkit-input-placeholder{
	color:#fff;
}

.shop-sidebar .sidebar-search .form-group button{
	position: absolute;
	top: 13px;
	right: 20px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	background: transparent;
	transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .form-group input:focus{
	border-color: #fff;
}

.shop-sidebar .sidebar-widget{
	position: relative;
	border: 2px solid #ececec;
	padding: 30px 40px;
	margin-bottom: 40px;
}

.shop-sidebar .sidebar-widget:last-child{
	margin-bottom: 0px;
}

.default-sidebar .widget-title{
	position: relative;
	display: block;
	margin-bottom: 22px;
}

.default-sidebar .widget-title h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

.shop-sidebar .category-widget .category-list li{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.shop-sidebar .category-widget .category-list li:last-child{
	margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #070719;
	font-weight: 600;
	padding-left: 12px;
}

.shop-sidebar .category-widget .category-list li a:hover{
	
}

.shop-sidebar .category-widget .category-list li a:before{
	position: absolute;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	color: #5b5858;
	font-weight: 400;
	left: 0px;
	top: -2px;
}

.shop-sidebar .category-widget{
	padding: 33px 40px 33px 40px;
}

.shop-sidebar .post-widget .post{
	position: relative;
	display: block;
	padding-left: 100px;
	padding-bottom: 32px;
	margin-bottom: 34px;
	border-bottom: 2px solid #ececec;
}

.shop-sidebar .post-widget .post:last-child{
	margin-bottom: 0px;
	border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb{
	position: absolute;
	left: 0px;
	top: -4px;
	width: 80px;
	height: 80px;
	background: #e8ebf1;
	border-radius: 10px;
	transition: all 500ms ease;
}

.shop-sidebar .post-widget .post:hover .post-thumb{
	
}

.shop-sidebar .post-widget .post .post-thumb img{
	width: 100%;
	border-radius: 10px;
}

.shop-sidebar .post-widget .post .rating li{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	float: left;
	margin-right: 5px;
}

.shop-sidebar .post-widget .post .rating li:last-child{
	margin: 0px !important;
}

.shop-sidebar .post-widget .post .rating{
	margin-bottom: 1px;
}

.shop-sidebar .post-widget .post h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 4px;
}

.shop-sidebar .post-widget .post h5 a{
	display: inline-block;
	color: #131313;
}

.shop-sidebar .post-widget .post h5 a:hover{
	
}

.shop-sidebar .post-widget .post .price{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #696969;
	font-weight: 600;
}

.shop-sidebar .post-widget{
	padding: 39px 40px 8px 40px;
}

.shop-sidebar .post-widget .widget-title{
	margin-bottom: 33px;
}

.shop-sidebar .progress-box .bar{
	background: #ececec;
	height: 7px;
}

.shop-sidebar .progress-box .bar-inner{
	height: 7px;
}

.default-sidebar .other-box .inner{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 133px 50px 143px 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.default-sidebar .other-box .inner:before{
	position: absolute;
	content: '';
	background: #070719;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.75;
}

.default-sidebar .other-box .inner h2{
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 24px;
}

.default-sidebar .other-box .inner h2 span{
	font-weight: 300;
}

.nice-select:after{
	position: absolute;
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	top: 7px;
	right: 5px;
	color: #5b5858;
	font-weight: 400;
	border: none !important;
	transform: rotate(0deg) !important;
}

.nice-select{
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	line-height: 60px;
	border: none !important;
	background: transparent;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #070719;
	font-weight: 500;
	padding: 5px 23px 5px 10px;
}

.shop-page-section .our-shop .item-shorting{
	position: relative;
	margin-bottom: 40px;
}

.shop-page-section .item-shorting .text h5{
	font-size: 18px;
	line-height: 70px;
	font-weight: 500;
}

.nice-select .list{
	min-width: 160px !important;
}

.shop-page-section .pagination-wrapper{
	position: relative;
	padding-top: 30px;
}

.nice-select .option{
	font-size: 15px;
}

.shop-block-one .inner-box{
	position: relative;
	display: block;
	margin-bottom: 56px;
}

.shop-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #e8ebf1;
}

.shop-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.shop-block-one .inner-box .lower-content{
	position: relative;
	padding-top: 23px;
}

.shop-block-one .inner-box .lower-content .rating li{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-right: 3px;
}

.shop-block-one .inner-box .lower-content .rating li:last-child{
	margin: 0px !important;
}

.shop-block-one .inner-box .lower-content .rating{
	position: relative;
	margin-bottom: 0px;
}

.shop-block-one .inner-box .lower-content h5{
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

.shop-block-one .inner-box .lower-content h5 a{
	display: inline-block;
	color: #070719;
}

.shop-block-one .inner-box .lower-content h5 a:hover{
	
}

.shop-block-one .inner-box .lower-content .price{
	position: absolute;
	top: 38px;
	right: 0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}


/** shop-details **/

.shop-details{
	position: relative;
}

.product-details-content{
	position: relative;
	padding: 130px 0px;
}

.product-details-content .slider-content{
	position: relative;
	display: block;
}

.product-details-content .slider-content .slider-pager{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 586px;
}

.product-details-content .slider-content .slider-pager .thumb-box li{
	margin-bottom: 23px;
	position: relative;
	width: 170px;
	height: 180px;
	cursor: pointer;
	z-index: 9;
}

.bx-viewport{
	min-height: 586px !important;
}

.product-details-content .slider-content .slider-pager .thumb-box li:last-child{
	margin-bottom: 0px;
}

.product-details-content .slider-content .product-image{
	position: relative;
	padding-left: 195px;
}

.product-details-content .slider-content .product-image .image{
	position: relative;
	display: block;
}

.product-details-content .slider-content .product-image .image img{
	width: 100%;
}

.product-details-content .slider-inner{
	position: relative;
	margin-right: -30px;
	height: 586px;
}

.product-details-content .product-details{
	position: relative;
	margin-left: 70px;
}

.product-details-content .product-details h2{
	font-size: 45px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 13px;
}

.product-details-content .product-details .rating li{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	float: left;
	margin-right: 5px;
}

.product-details-content .product-details .rating li:last-child{
	margin: 0px !important;
}

.product-details-content .product-details .rating{
	margin-bottom: 14px;
}

.product-details-content .product-details h5{
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 19px;
	text-transform: uppercase;
}

.product-details-content .product-details .text{
	margin-bottom: 24px;
	padding-right: 50px;
}

.product-details-content .product-details .text p{
	margin-bottom: 10px;
	line-height: 30px;
}

.product-details-content .product-details .text p:last-child{
	margin-bottom: 0px;
}

.product-details-content .product-details .color-box{
	margin-bottom: 30px;
}

.product-details-content .product-details .color-box h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 13px;
}

.product-details-content .product-details .color-box .color-list .color{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}

.product-details-content .product-details .color-box .color-list .color:last-child{
	margin: 0px !important;
}

.product-details-content .product-details .color-box .color-list .color-1{
	
}

.product-details-content .product-details .color-box .color-list .color-2{
	
}

.product-details-content .product-details .color-box .color-list .color-3{
	
}

.product-details-content .product-details .color-box .color-list .color-4{
	
}

.addto-cart-box .clearfix li{
	position: relative;
	display: inline-block;
}

.addto-cart-box .input-group{
	position: relative;
	display: table;
	border-collapse: separate;
	max-width: 50px;
	width: 100%;
	height: 33px;
}

.addto-cart-box button{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 28px;
	cursor: pointer;
	transition: all 500ms ease;
}

.addto-cart-box button:hover{
	background: #070719;
}

.addto-cart-box .item-quantity {
	position: relative;
	display: inline-block;
	max-width: 130px;
	width: 100%;
	float: left;
	padding: 0px 40px;
	margin-right: 30px;
	border: 1px solid #dddddd;
	z-index: 1;
	margin-top: 4px;
}

.addto-cart-box input.quantity-spinner {
	line-height: 33px;
	height: 33px;
	width: 43px !important;
	padding: 0px !important;
	box-shadow: none !important;
	font-family: 'Roboto', sans-serif;
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #444444;
	background: transparent;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
	position: absolute;
	height: 33px;
	width: 30px;
	background: transparent;
	padding: 0px 0px;
	left: -34px;
	top: -32px;
	border-right: none;
	border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
	position: absolute;
	height: 33px;
	width: 30px;
	background: transparent;
	padding: 0px 0px;
	right: -34px;
	top: -32px;
	border-left: none;
	margin-top: 0px;
	border-radius: 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
	content: "\f067";
	font-size: 12px;
	font-style: normal;
	color: #444444;
	font-family: 'Font Awesome 5 pro';
	font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
	content: "\f068";
	font-size: 12px;
	font-style: normal;
	color: #444444;
	font-weight: 700;
	font-family: 'Font Awesome 5 pro';
}

.bootstrap-touchspin .input-group-btn-vertical{
	position: absolute;
	width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
	top: 2px;
	left: 7px;
	font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
	margin-top: 0px;
}

.tabs-box .tab{
	position:relative;
	display:none;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
	display:block;  
}

.tabs-box .tab{
	transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
	transform:scale(1) translateY(0px);
}

.shop-details .product-discription .tabs-content .customer-review .single-review{
	position: relative;
	margin-bottom: 37px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review:last-child{
	margin-bottom: 0px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .image-box{
	position: absolute;
	left: 0px;
	top: 3px;
	width: 100px;
	height: 100px;
	line-height: 80px;
	border-radius: 5px;
	overflow: hidden;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .image-box img{
	width: 100%;
	border-radius: 5px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner{
	position: relative;
	padding-left: 130px;
}

.single-product .product-discription .tabs-content .customer-review .single-review .inner .rating{
	position: relative;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li{
	position: relative;
	display: inline-block;
	font-size: 13px;
	margin-right: 2px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li:last-child{
	margin-right: 0px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 900;
	margin-bottom: 12px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5 span{
	font-size: 15px;
	font-weight: 600;
	color: #93959e; 
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner p{
	line-height: 28px;
	color: #93959e;
}

.shop-details .product-discription .tabs-content .customer-review h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 24px;
}

.shop-details .product-discription .tabs-content .customer-review{
	position: relative;
	display: block;
}

.shop-details .product-discription .tabs-content .customer-comments{
	position: relative;
	padding-left: 40px;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box p{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #93959e;
	margin-right: 12px;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating{
	position: relative;
	display: inline-block;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li{
	position: relative;
	display: inline-block;
	font-size: 13px;
	margin-right: 2px;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li:last-child{
	margin-right: 0px;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box{
	position: relative;
	margin-bottom: 17px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group{
	position: relative;
	margin-bottom: 20px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group label{
	position: relative;
	display: block;
	font-size: 15px;
	color: #93959e;
	margin-bottom: 5px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='text'],
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='email'],
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 15px;
	color: #93959e;
	background: transparent;
	transition: all 500ms ease;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
	height: 150px;
	resize: none;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input:focus,
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea:focus{
	
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group button{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 28px;
	cursor: pointer;
	transition: all 500ms ease;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group button:hover{
	background: #070719;
}

.shop-details .product-discription .tabs-content .customer-comments h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 24px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group:last-child{
	margin-bottom: 0px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group.message-btn{
	margin-top: 10px;
}

.shop-details .product-discription{
	position: relative;
	padding: 125px 0px;
	border-bottom: 1px solid #e4e4e4;
}

.shop-details .product-discription .tab-btns{
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #dddddd;
	margin-bottom: 33px;
}

.shop-details .product-discription .tab-btns li{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #222222;
	padding-bottom: 14px;
	margin-right: 45px;
	cursor: pointer;
	transition: all 500ms ease;
}

.shop-details .product-discription .tab-btns li.active-btn,
.shop-details .product-discription .tab-btns li:hover{
	
}

.shop-details .product-discription .tab-btns li:before{
	position: absolute;
	content: '';
	width: 0%;
	height: 2px;
	left: 0px;
	bottom: -2px;
	transition: all 500ms ease;
}

.shop-details .product-discription .tab-btns li.active-btn:before,
.shop-details .product-discription .tab-btns li:hover:before{
	width: 100%;
}

.shop-details .product-discription .tabs-content .content-box{
	padding-right: 100px;
}

.shop-details .product-discription .tabs-content .content-box p{
	margin-bottom: 27px;
}

.shop-details .product-discription .tabs-content .content-box p:last-child{
	margin-bottom: 0px;
}

.other-shop-section{
	position: relative;
	padding: 130px 0px 153px 0px;
}

.other-shop-section .sec-title{
	margin-bottom: 80px;
}


/** error-section **/

.error-section{
	position: relative;
	padding: 100px 0px 200px 0px;
}

.error-section .inner-box .theme-btn-one i{
	margin-right: 10px;
}

.error-section .inner-box .error-image{
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
}

.error-section .inner-box h1{
	font-size: 200px;
	line-height: 200px;
	color: #070719;
	font-weight: 900;
	margin-bottom: 10px;
}

.error-section .inner-box h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 60px;
}

.chooseus-section.style-two .content_block_5 .content-box{
	margin-left: 70px;
}

.chooseus-section.style-two .image-box{
	margin: 0px;
}

.service-section.service-page{
	padding: 130px 0px 320px 0px;
}


/** video-section **/

.video-section{
	position: relative;
	background: #fff;
	padding: 275px 0px 130px 0px;
	margin-top: -145px;
}

.video-section .video-inner{
	position: relative;
	width: 100%;
	padding: 250px 0px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-section .video-inner:before{
	position: absolute;
	content: '';
	background: #030401;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.55;
}

.video-section .video-inner .video-btn a{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 75px;
	line-height: 75px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 7px;
}

.video-section .video-inner .video-btn a:hover{
	background: #fff;
}

.before-none:before{
	display: none !important;
}


/** service-details **/

.service-details{
	position: relative;
	padding: 130px 0px 215px 0px;
}

.service-details-content .image-box{
	position: relative;
	display: block;
}

.service-details-content .image-box img{
	width: 100%;
}

.service-details-content .inner{
	position: relative;
	padding-top: 43px;
	margin-bottom: 54px;
}

.service-details-content .inner h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 21px;
}

.service-details-content .inner p{
	margin-bottom: 27px;
}

.service-details-content .inner .list-item li{
	position: relative;
	display: inline-block;
	line-height: 32px;
	margin-bottom: 15px;
	padding-left: 70px;
}

.service-details-content .inner .list-item li:last-child{
	margin-bottom: 0px;
}

.service-details-content .inner .list-item li:before{
	position: absolute;
	content: "\f00c";
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	font-weight: 700;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	left: 0px;
	top: 8px;
}

.service-details-content .two-column .image-box{
	margin: 0px;
}

.service-details-content .two-column .text h3{
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-details-content .two-column .text p{
	margin-bottom: 20px;
}

.service-details-content .two-column .text .list-item li{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #070719;
	padding-left: 33px;
	margin-bottom: 13px;
}

.service-details-content .two-column .text .list-item li:last-child{
	margin-bottom: 0px;
}

.service-details-content .two-column .text .list-item li:before{
	position: absolute;
	content: "\f00c";
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	font-weight: 400;
	left: 0px;
	top: 0px;
}

.service-details-content .two-column{
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.service-details-content .accordion-box .block{
	border: 1px solid #eaeaea;
	transition: all 0ms ease;
}

.service-details-content .accordion-box .block.active-block{
	
}

.service-details-content .accordion-box .block .acc-btn{
	position: relative;
	display: block;
	padding: 18px 30px 19px 30px;
}

.service-details-content .accordion-box .block .acc-btn.active{
	padding-bottom: 11px;
}

.service-details-content .accordion-box .block .acc-btn h6{
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}

.service-details-content .accordion-box .block .acc-content{
	padding: 0px 30px 21px 30px;
}

.service-details-content .accordion-box .block .acc-content p{
	line-height: 22px;
}

.service-details-content .accordion-box .block .acc-btn .icon-outer{
	background: transparent;
	font-size: 16px;
	font-weight: 700;
	right: 17px;
	top: 16px;
}

.service-sidebar .category-widget{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.service-sidebar .category-widget .category-list li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.service-sidebar .category-widget .category-list li:last-child{
	margin-bottom: 0px;
}

.service-sidebar .category-widget .category-list li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #070719;
	font-weight: 700;
	background: #f5f7fa;
	padding: 19.5px 35px;
	z-index: 1;
}

.service-sidebar .category-widget .category-list li a:after{
	position: absolute;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	font-weight: 400;
	top: 19px;
	right: 35px;
	transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a:before{
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a.current:before,
.service-sidebar .category-widget .category-list li a:hover:before{
	width: 100%;
}

.service-sidebar .category-widget .category-list li a.current,
.service-sidebar .category-widget .category-list li a:hover{
	color: #fff;
}

.service-sidebar .category-widget .category-list li a.current:after,
.service-sidebar .category-widget .category-list li a:hover:after{
	color: #ffffff;
}

.service-sidebar .contact-widget{
	position: relative;
	display: block;
	border: 2px solid #eaeaea;
	padding: 33px 40px 40px 40px;
	margin-bottom: 40px;
}

.service-sidebar .contact-widget .widget-title{
	margin-bottom: 28px;
}

.service-sidebar .contact-widget .message-form .form-group{
	position: relative;
	margin-bottom: 10px;
}

.service-sidebar .contact-widget .message-form .form-group:last-child{
	margin-bottom: 0px;
}

.service-sidebar .contact-widget .message-form .form-group input[type='text'],
.service-sidebar .contact-widget .message-form .form-group input[type='email'],
.service-sidebar .contact-widget .message-form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	background: #f5f7fa;
	border: 1px solid #f5f7fa;
	font-size: 15px;
	font-weight: 500;
	color: #696969;
	padding: 10px 30px;
	transition: all 500ms ease;
}

.service-sidebar .contact-widget .message-form .form-group textarea{
	height: 150px;
	resize: none;
}

.service-sidebar .contact-widget .message-form .form-group input:focus,
.service-sidebar .contact-widget .message-form .form-group textarea:focus{
	
}


.gallery-page-section{
	position: relative;
	padding: 130px 0px 100px 0px;
	z-index: 1;
	margin-bottom: -130px;
}

.gallery-page-section .project-block-one .inner-box{
	margin-bottom: 30px;
}


/*** 
	
	====================================================================
	Blog-Page
	====================================================================
	
***/

.sidebar-page-container{
	position: relative;
	padding: 130px 0px 215px 0px;
}

.news-block-three .inner-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.news-block-three .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: -webkit-linear-gradient(0deg, rgba(7,7,25,1), rgba(188,22,34,1) 100%);
}

.news-block-three .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img{
	opacity: 0.2;
}

.news-block-three .inner-box .lower-content{
	position: relative;
	padding-top: 32px;
}

.news-block-three .inner-box .lower-content .post-info li{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #696969;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 20px;
	padding-left: 23px;
}

.news-block-three .inner-box .lower-content .post-info li:last-child{
	margin: 0px !important;
}

.news-block-three .inner-box .lower-content .post-info li i{
	position: absolute;
	left: 0px;
	top: 5px;
}

.news-block-three .inner-box .lower-content .post-info li a{
	color: #696969;
}

.news-block-three .inner-box .lower-content .post-info li a:hover{
	
}

.news-block-three .inner-box .lower-content .post-info{
	position: relative;
	margin-bottom: 12px;
}

.news-block-three .inner-box .lower-content h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 17px;
}

.news-block-three .inner-box .lower-content h2 a{
	display: inline-block;
	color: #14212b;
}

.news-block-three .inner-box .lower-content h2 a:hover{
	
}

.news-block-three .inner-box .lower-content p{
	margin-bottom: 25px;
}

.news-block-four .inner-box{
	position: relative;
	display: block;
	background: #070719;
	padding: 41px 45px 44px 45px;
	margin-bottom: 40px;
}

.news-block-four .inner-box .quote{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.news-block-four .inner-box .post-info li{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #8394a2;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 20px;
	padding-left: 23px;
}

.news-block-four .inner-box .post-info li:last-child{
	margin: 0px !important;
}

.news-block-four .inner-box .post-info li i{
	position: absolute;
	left: 0px;
	top: 5px;
}

.news-block-four .inner-box .post-info li a{
	color: #8394a2;
}

.news-block-four .inner-box .post-info li a:hover{
	
}

.news-block-four .inner-box .post-info{
	position: relative;
	margin-bottom: 12px;
}

.news-block-four .inner-box h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
}

.news-block-four .inner-box h2 a{
	display: inline-block;
	color: #ffffff;
}

.news-block-four .inner-box h2 a:hover{
	
}

.news-block-three .inner-box .image-box .video-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.news-block-three .inner-box .image-box .video-btn a{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	line-height: 140px;
	font-size: 18px;
	background: #ffffff;
	text-align: center;
	border-radius: 50%;
}

.news-block-three .inner-box .image-box .video-btn a:after, 
.news-block-three .inner-box .image-box .video-btn a:before {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.news-block-three .inner-box .image-box .video-btn a:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.blog-sidebar .sidebar-widget{
	position: relative;
	display: block;
	border: 2px solid #eaeaea;
	padding: 30px 40px;
	margin-bottom: 30px;
}

.blog-sidebar .sidebar-search{
	margin-bottom: 30px;
}

.blog-sidebar .sidebar-search .search-form .form-group{
	position: relative;
	margin: 0px;
}

.blog-sidebar .sidebar-search .search-form .form-group input[type='search']{
	position: relative;
	width: 100%;
	height: 80px;
	border: 2px solid #eaeaea;
	padding: 10px 110px 10px 30px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #070719;
	font-weight: 500;
	transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .search-form .form-group input::-webkit-input-placeholder{
	color:#070719;
}

.blog-sidebar .sidebar-search .search-form .form-group input:focus{
	
}

.blog-sidebar .sidebar-search .search-form .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	transition: all 500ms ease;
}

.blog-sidebar .sidebar-widget .widget-title{
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 18px;
	margin-bottom: 11px;
}

.blog-sidebar .category-widget .category-list li{
	position: relative;
	display: block;
	margin-bottom: 11px;
}

.blog-sidebar .category-widget .category-list li:last-child{
	margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #696969;
	font-weight: 600;
	border-bottom: 2px solid #eaeaea;
	padding: 14px 0px;
}

.blog-sidebar .category-widget .category-list li:last-child a{
	border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a:hover{
	
}

.blog-sidebar .category-widget .category-list li a:before{
	position: absolute;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	top: 12px;
	right: 0px;
	font-size: 18px;
	font-weight: 400;
}

.blog-sidebar .category-widget{
	padding: 33px 40px 18px 40px;
}

.blog-sidebar .post-widget .post{
	position: relative;
	padding: 0px 0px 0px 90px;
	min-height: 74px;
	margin-bottom: 16px;
}

.blog-sidebar .post-widget .post:last-child{
	margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75px;
	height: 70px;
	overflow: hidden;
}

.blog-sidebar .post-widget .post .post-thumb img{
	width: 100%;
	transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
	opacity: 0.2;
}

.blog-sidebar .post-widget .post .post-date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.blog-sidebar .post-widget .post .post-date i{
	margin-right: 10px;
	font-size: 15px;
}

.blog-sidebar .post-widget .post h6{
	display: block;
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
}

.blog-sidebar .post-widget .post h6 a{
	display: inline-block;
	color: #070719;
}

.blog-sidebar .post-widget .post h6 a:hover{
	
}

.blog-sidebar .post-widget .widget-title{
	margin-bottom: 31px;
}

.blog-sidebar .post-widget{
	padding: 33px 40px 35px 40px;
}

.blog-sidebar .tags-widget .tags-list li{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #696969;
	font-weight: 500;
	background: #f5f7fa;
	padding: 1px 15px;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
	color: #fff;
}

.blog-sidebar .tags-widget .widget-title{
	margin-bottom: 30px
}

.blog-sidebar .tags-widget{
	padding: 33px 40px 30px 40px;
}

.blog-sidebar .author-widget .inner-box .author-thumb{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 12px;
}

.blog-sidebar .author-widget .inner-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.blog-sidebar .author-widget .inner-box h3{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 3px;
}

.blog-sidebar .author-widget .inner-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 9px;
}

.blog-sidebar .author-widget .inner-box p{
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 15px;
}

.blog-sidebar .author-widget .inner-box .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 8px;
}

.blog-sidebar .author-widget .inner-box .social-links li a{
	font-size: 15px;
	color: #696969;
}

.blog-sidebar .author-widget .inner-box .social-links li a:hover{
	
}

.blog-sidebar .author-widget{
	padding: 40px 40px 32px 40px;
}

.blog-details-content .news-block-three .inner-box:hover .image-box img{
	opacity: 1;
}

.blog-details-content blockquote{
	position: relative;
	display: block;
	background: #070719;
	padding: 42px 40px 43px 50px;
	margin-bottom: 34px;
}

.blog-details-content blockquote .quote{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.blog-details-content blockquote h2{
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 13px;
}

.blog-details-content blockquote p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #dce8f1;
	font-weight: 500;
	padding-left: 72px;
}

.blog-details-content blockquote p:before{
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0px;
	top: 11px;
}

.blog-details-content .news-block-three .inner-box .lower-content p{
	margin-bottom: 18px;
}

.blog-details-content .news-block-three .inner-box{
	margin-bottom: 34px;
}

.blog-details-content .inner .lower-box{
	position: relative;
	margin-bottom: 24px;
}

.blog-details-content .inner .lower-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	padding-left: 48px;
	margin-bottom: 16px;
}

.blog-details-content .inner .lower-box h3:before{
	position: absolute;
	content: "\f058";
	font-family: 'Font Awesome 5 Pro';
	font-size: 24px;
	font-weight: 400;
	left: 0px;
	top: 1px;
}

.blog-details-content .post-share-option h5{
	font-size: 18px;
	font-weight: 500;
}

.blog-details-content .post-share-option ul li{
	position: relative;
	display: inline-block;
}

.blog-details-content .post-share-option .tags-list li{
	font-size: 18px;
	color: #696969;
}

.blog-details-content .post-share-option .tags-list li a{
	color: #696969;
}

.blog-details-content .post-share-option ul li a:hover{
	
}

.blog-details-content .post-share-option .social-links li{
	margin-right: 15px;
}

.blog-details-content .post-share-option .social-links li:last-child{
	margin: 0px !important;
}

.blog-details-content .post-share-option .social-links li a{
	font-size: 15px;
	color: #696969;
}

.blog-details-content .post-share-option{
	position: relative;
	margin-bottom: 44px;
}

.blog-details-content .author-box{
	position: relative;
	display: block;
	background: #f5f7fa;
	padding: 49px 50px 49px 260px;
	margin-bottom: 50px;
}

.blog-details-content .author-box .author-thumb{
	position: absolute;
	left: 50px;
	top: 67px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
}

.blog-details-content .author-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.blog-details-content .author-box h3{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog-details-content .author-box p{
	margin-bottom: 14px;
}

.blog-details-content .author-box .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.blog-details-content .author-box .social-links li:last-child{
	margin: 0px !important;
}

.blog-details-content .author-box .social-links li a{
	display: inline-block;
	font-size: 15px;
	color: #696969;
}

.blog-details-content .author-box .social-links li a:hover{
	
}

.blog-details-content .post-nav{
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.blog-details-content .post-nav .image-box{
	position: absolute;
	top: 1px;
	width: 75px;
	height: 70px;
}

.blog-details-content .post-nav .image-box img{
	width: 100%;
}

.blog-details-content .post-nav .left-nav .image-box{
	left: 0px;
}

.blog-details-content .post-nav .right-nav .image-box{
	right: 0px;
}

.blog-details-content .post-nav .left-nav{
	position: relative;
	padding-left: 90px;
}

.blog-details-content .post-nav .right-nav{
	position: relative;
	padding-right: 90px;
}

.blog-details-content .post-nav span{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #696969;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.blog-details-content .post-nav span i{
	
}

.blog-details-content .post-nav .right-nav span i{
	margin-left: 10px;
}

.blog-details-content .post-nav .left-nav span i{
	margin-right: 10px;
}

.blog-details-content .post-nav h5{
	display: block;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}

.blog-details-content .post-nav h5 a{
	display: inline-block;
	color: #070719;
}

.blog-details-content .post-nav h5 a:hover{
	
}

.blog-details-content .other-post .news-block-one .inner-box .lower-content{
	border: 1px solid #eaeaea;
}

.blog-details-content .other-post{
	margin-bottom: 71px;
}

.blog-details-content .comment-box .title-box{
	position: relative;
	margin-bottom: 22px;
}

.blog-details-content .comment-box .title-box h2{
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
}

.blog-details-content .comment-box .comment{
	position: relative;
	padding-left: 130px;
	margin-bottom: 33px;
}

.blog-details-content .comment-box .comment:last-child{
	margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box{
	position: absolute;
	left: 0px;
	top: 15px;
	width: 100px;
	height: 100px;
	border-radius: 50%
}

.blog-details-content .comment-box .comment .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-info{
	position: relative;
	margin-bottom: 7px;
}

.blog-details-content .comment-box .comment .comment-info h5{
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

.blog-details-content .comment-box .comment .comment-info .post-date{
	display: inline-block;
	font-size: 15px;
	margin-left: 5px;
}

.blog-details-content .comment-box .comment .comment-inner p{
	margin-bottom: 8px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color: #616161;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn i{
	font-size: 18px;
	margin-left: 10px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn:hover{
	
}

.blog-details-content .comment-box .comment.reply-comment{
	margin-left: 60px;
}

.blog-details-content .comment-box{
	margin-bottom: 70px;
}

.blog-details-content .comments-form-area .title-box{
	margin-bottom: 27px;
}

.blog-details-content .comments-form-area{
	position: relative;
	background: #f5f7fa;
	padding: 44px 50px 50px 50px;
}

.blog-details-content .comments-form-area .title-box h3{
	display: block;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
}

.blog-details-content .comments-form-area .comment-form .form-group{
	position: relative;
	margin-bottom: 30px;
}

.blog-details-content .comments-form-area .comment-form .form-group:last-child{
	margin-bottom: 0px;
}

.blog-details-content .comments-form-area .comment-form .form-group input[type='text'],
.blog-details-content .comments-form-area .comment-form .form-group input[type='email'],
.blog-details-content .comments-form-area .comment-form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	background: #ffffff;
	border: 1px solid #ffffff;
	font-size: 15px;
	font-weight: 500;
	color: #070719;
	padding: 10px 50px 10px 30px;
	transition: all 500ms ease;
}

.blog-details-content .comments-form-area .comment-form .form-group textarea{
	height: 140px;
	resize: none;
}

.blog-details-content .comments-form-area .comment-form .form-group .field-input{
	position: relative;
}

.blog-details-content .comments-form-area .comment-form .form-group .field-input i{
	position: absolute;
	top: 28px;
	right: 26px;
	font-size: 14px;
	z-index: 1;
}

.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content .comments-form-area .comment-form .form-group textarea:focus{
	
}


/*** 
	
	====================================================================
	Contact-Page
	====================================================================
	
***/

.contact-info-section{
	position: relative;
	padding: 120px 0px;
}

.contact-info-section .content-box{
	position: relative;
	margin-right: 115px;
}

.contact-info-section .content-box .text{
	margin-bottom: 29px;
	font-size: 24px;
}

.contact-info-section .content-box .social-box h3{
	display: block;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 17px;
}

.contact-info-section .content-box .social-links li{
	position: relative;
	float: left;
	margin-right: 10px;
}

.contact-info-section .content-box .social-links li:last-child{
	margin: 0px !important;
}

.contact-info-section .content-box .social-links li a{
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.contact-info-section .content-box .social-links li:first-child a{
	background: #1771e6;
}

.contact-info-section .content-box .social-links li:nth-child(2) a{
	background: #1da1f2;
}

.contact-info-section .content-box .social-links li:nth-child(3) a{
	background: #de0e88;
}

.contact-info-section .content-box .social-links li:last-child a{
	background: #ff0000;
}

.contact-info-section .content-box .sec-title{
	margin-bottom: 23px;
}

.contact-info-section .inner-box{
	position: relative;
	display: block;
	border: 1px solid #eaeaea;
	margin: 0px 0px;
}

.contact-info-section .inner-box .single-item{
	position: relative;
	display: block;
	float: left;
	width: 50%;
	padding: 50px 50px 43px 50px;
}

.contact-info-section .inner-box .single-item .icon-box{
	position: relative;
	display: inline-block;
	font-size: 25px;
	color: #ffffff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 30px;
}

.contact-info-section .inner-box .single-item h3{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 9px;
}

.contact-info-section .inner-box .single-item p{
	line-height: 22px;
}

.contact-info-section .inner-box .single-item p a{
	color: #696969;
}

.contact-info-section .inner-box .single-item p a:hover{
	
}

.contact-info-section .inner-box .single-item:first-child{
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.contact-info-section .inner-box .single-item:nth-child(2){
	border-bottom: 1px solid #eaeaea;
}

.contact-info-section .inner-box .single-item:nth-child(3){
	border-right: 1px solid #eaeaea;
}

.google-map-section{
	position: relative;
}

#contact-google-map{
	position: relative;
	width: 100%;
	height: 750px;
}

.contact-style-two{
	position: relative;
	padding-bottom: 215px;
}

.contact-style-two .inner-content{
	position: relative;
	display: block;
	background: #f5f7fa;
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
	margin-top: -130px;
	z-index: 1;
	padding: 73px 80px 80px 80px;
}

.contact-style-two .title-box{
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 27px;
}

.contact-style-two .title-box h3{
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
}

.contact-style-two .default-form .form-group{
	position: relative;
	margin-bottom: 30px;
}

.contact-style-two .default-form .form-group:last-child{
	margin-bottom: 0px;
}

.contact-style-two .default-form .form-group input[type='text'],
.contact-style-two .default-form .form-group input[type='email'],
.contact-style-two .default-form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	background: #ffffff;
	border: 1px solid #ffffff;
	font-size: 15px;
	font-weight: 500;
	color: #070719;
	padding: 10px 50px 10px 30px;
	transition: all 500ms ease;
}

.contact-style-two .default-form .form-group textarea{
	height: 140px;
	resize: none;
}

.contact-style-two .default-form .form-group i{
	position: absolute;
	top: 28px;
	right: 41px;
	font-size: 14px;
	z-index: 1;
}

.contact-style-two .default-form .form-group input:focus,
.contact-style-two .default-form .form-group textarea:focus{
	
}

.pb-215{
	padding-bottom: 215px !important;
}

/* sayfa.php dynamic HTML content */
.page-html-content h1,
.page-html-content h2,
.page-html-content h3,
.page-html-content h4,
.page-html-content h5,
.page-html-content h6{
	margin: 0 0 14px;
	font-weight: 700;
	line-height: 1.35;
}

.page-html-content p{
	margin: 0 0 16px;
	line-height: 1.8;
	font-size: 20px;
}

.page-html-content ul,
.page-html-content ol{
	margin: 0 0 16px 22px;
	padding: 0;
}

.page-html-content ul{
	list-style: disc;
}

.page-html-content ol{
	list-style: decimal;
}

.page-html-content ul li,
.page-html-content ol li{
	margin: 0 0 8px;
	line-height: 1.8;
	font-size: 20px;
}

.page-html-content ul li{
	list-style: disc;
}

.page-html-content ol li{
	list-style: decimal;
}

.page-html-content strong{
	font-weight: 700;
}

.page-html-content em{
	font-style: italic;
}

/* footer address wrap fix */
@media only screen and (max-width: 991px){
	.footer-top .top-info li{
		display: block;
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 24px;
	}

	.footer-top .top-info li:before{
		display: none;
	}

	.footer-top .top-info li p{
		white-space: normal;
		word-break: normal;
		overflow-wrap: normal;
	}
}

/* menu.php qrmenu-lite inspired layout */
.qrmenu-lite-wrap{
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
}

.qrmenu-cats{
	position: sticky;
	top: 120px;
	background: #ffffff;
	border: 1px solid #e9ecf5;
	border-radius: 14px;
	padding: 24px 22px;
	box-shadow: 0 10px 24px rgba(7, 7, 25, 0.06);
}

.qrmenu-cats h3{
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 14px;
}

.qrmenu-cats ul{
	margin: 0;
	padding: 0;
}

.qrmenu-cats li{
	margin: 0 0 10px;
}

.qrmenu-cats li:last-child{
	margin-bottom: 0;
}

.qrmenu-cat-btn{
	display: block;
	width: 100%;
	padding: 12px 14px;
	border-radius: 10px;
	border: 0;
	background: #f5f6fb;
	color: #070719;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.4px;
	text-align: left;
	cursor: pointer;
}

.qrmenu-cat-btn:hover,
.qrmenu-cat-btn.is-active{
	color: #fff;
	background: #bc1622;
}

.qrmenu-group{
	margin-bottom: 28px;
}

.qrmenu-group:last-child{
	margin-bottom: 0;
}

.qrmenu-group h4{
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 14px;
}

.qrmenu-card{
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fff;
	border: 1px solid #ebedf5;
	border-radius: 14px;
	padding: 12px;
	margin-bottom: 14px;
	box-shadow: 0 10px 20px rgba(7, 7, 25, 0.04);
}

.qrmenu-card:last-child{
	margin-bottom: 0;
}

.qrmenu-card img{
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 12px;
	flex: 0 0 110px;
}

.qrmenu-card-content{
	min-width: 0;
	width: 100%;
}

.qrmenu-title-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
}

.qrmenu-title-row h5{
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}

.qrmenu-price{
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #bc1622;
	white-space: nowrap;
}

.qrmenu-card-content p{
	margin: 0;
	font-size: 17px;
	line-height: 1.5;
	color: #5e5e79;
}

.qrmenu-actions{
	margin-top: 10px;
}

.qrmenu-actions .theme-btn-two{
	display: inline-block;
	padding: 8px 14px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	border-radius: 8px;
	background: #070719;
	color: #fff;
}

.qrmenu-actions .theme-btn-two:hover{
	background: #bc1622;
}

.qrmenu-detail-box{
	background: #fff;
	border: 1px solid #ebedf5;
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 10px 20px rgba(7, 7, 25, 0.04);
}

.qrmenu-detail-main{
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	margin-bottom: 26px;
}

.qrmenu-detail-image img{
	width: 100%;
	border-radius: 12px;
	display: block;
}

.qrmenu-detail-image .detail-image-link{
	position: relative;
	display: block;
	border-radius: 14px;
	overflow: hidden;
}

.qrmenu-detail-image .detail-image-link > img:first-child{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 0;
}

.qrmenu-detail-image .detail-qr-overlay{
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 96px;
	height: 96px;
	max-width: none;
	object-fit: contain;
	display: block;
	border-radius: 12px;
	padding: 6px;
	background: #fff;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.detail-image-modal{
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.92);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	z-index: 9999;
}

.detail-image-modal.is-open{
	display: flex;
}

.detail-image-modal img{
	max-width: min(92vw, 1400px);
	max-height: 88vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
}

.detail-image-modal-close{
	position: absolute;
	top: 14px;
	right: 18px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.qrmenu-detail-content h2{
	margin: 0 0 10px;
	font-size: 36px;
	line-height: 1.2;
}

.qrmenu-detail-price{
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #bc1622;
	margin: 0 0 12px;
}

.qrmenu-qr-box{
	padding-top: 18px;
	border-top: 1px solid #eef1f7;
	text-align: right;
	margin-left: auto;
}

.qrmenu-qr-box h3{
	margin: 0 0 8px;
	font-size: 24px;
}

.qrmenu-qr-box p{
	margin: 0 0 10px;
}

.qrmenu-qr-box img{
	width: 220px;
	height: 220px;
	max-width: 100%;
	display: block;
	margin-left: auto;
}

.qrmenu-qr-url{
	word-break: break-all;
	font-size: 14px;
	color: #6e6e86;
}

@media only screen and (max-width: 1199px){
	.qrmenu-title-row h5,
	.qrmenu-price{
		font-size: 20px;
	}
}

@media only screen and (max-width: 991px){
	.qrmenu-lite-wrap{
		grid-template-columns: 1fr;
	}

	.qrmenu-cats{
		position: static;
	}

	.qrmenu-detail-main{
		grid-template-columns: 1fr;
	}

	.qrmenu-detail-content h2{
		font-size: 30px;
	}

	/* Prevent overlap with footer contact block on mobile/tablet */
	.menu-page-content{
		padding-bottom: 170px;
	}

	.menu-page-content + .main-footer{
		margin-top: 24px;
	}

	.menu-page-content + .main-footer .footer-top{
		margin-top: 0;
	}
}

@media only screen and (max-width: 575px){
	.qrmenu-card{
		flex-direction: column;
		align-items: flex-start;
	}

	.qrmenu-card img{
		width: 100%;
		height: 190px;
		flex-basis: auto;
	}
}

/* menu.php showcase layout */
.menu-showcase-section{
	background: #efefef;
}

.menu-showcase-head{
	margin-bottom: 26px;
}

.menu-showcase-head h2{
	display: inline-block;
	max-width: 700px;
	font-size: 64px;
	line-height: 1.1;
	font-weight: 700;
	color: #0b1120;
}

.menu-showcase-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 18px;
}

.menu-showcase-card{
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.menu-showcase-card.is-active{
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(7, 7, 25, 0.12);
	border-radius: 18px;
}

.menu-showcase-media{
	position: relative;
	display: block;
	border-radius: 18px;
	overflow: hidden;
	background: #ddd;
}

.menu-showcase-media img{
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.menu-showcase-media .menu-showcase-qr{
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 98px;
	height: 98px;
	border-radius: 12px;
	background: #fff;
	padding: 6px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.menu-showcase-caption{
	text-align: center;
	padding-top: 12px;
}

.menu-showcase-caption h3{
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	color: #070719;
	margin: 0 0 4px;
}

.menu-category-panels{
	margin-top: 30px;
}

.menu-category-panel{
	display: none;
	background: #ffffff;
	border: 1px solid #e5e8f1;
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 12px 26px rgba(7, 7, 25, 0.06);
}

.menu-category-panel.is-open{
	display: block;
}

.menu-category-panel h3{
	margin: 0 0 16px;
	font-size: 32px;
	line-height: 1.2;
}

.menu-category-list{
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.menu-category-item{
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px;
	border: 1px solid #eceff6;
	border-radius: 14px;
	background: #fbfcff;
}

.menu-category-item img{
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 12px;
	flex: 0 0 120px;
}

.menu-category-item-body{
	min-width: 0;
	width: 100%;
}

.menu-category-item-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 4px;
}

.menu-category-item-head h4{
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}

.menu-category-item-head span{
	font-size: 22px;
	font-weight: 700;
	color: #bc1622;
	white-space: nowrap;
}

.menu-category-item-body p{
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.45;
	color: #5b6072;
}

.menu-category-item-body .theme-btn-two{
	display: inline-block;
	padding: 7px 12px;
	font-size: 12px;
	border-radius: 8px;
	background: #070719;
	color: #fff;
}

.menu-category-item-body .theme-btn-two:hover{
	background: #bc1622;
}

@media only screen and (max-width: 1199px){
	.menu-showcase-head h2{
		font-size: 50px;
	}

	.menu-showcase-caption h3{
		font-size: 30px;
	}

	.menu-category-panel h3{
		font-size: 28px;
	}
}

@media only screen and (max-width: 991px){
	.menu-showcase-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.menu-showcase-head h2{
		font-size: 42px;
	}

	.menu-category-item{
		align-items: flex-start;
	}
}

@media only screen and (max-width: 575px){
	.menu-showcase-grid{
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.menu-showcase-media img{
		height: 240px;
	}

	.menu-showcase-head h2{
		font-size: 34px;
	}

	.menu-showcase-caption h3{
		font-size: 28px;
	}

	.menu-category-item{
		flex-direction: column;
	}

	.menu-category-item img{
		width: 100%;
		height: 200px;
		flex-basis: auto;
	}

	.menu-category-item-head{
		flex-direction: column;
		align-items: flex-start;
	}

	.menu-category-panel{
		padding: 16px;
	}
}


